libxc: Export xc_core_arch_map_p2m_writable()
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 1 Jun 2009 13:13:53 +0000 (14:13 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 1 Jun 2009 13:13:53 +0000 (14:13 +0100)
commit1472f8177f8ec6d81b471d678cf22e04c36e1a2a
tree9843b9100fe183bf09a8979026d1da24b2d00d14
parent8b9c6bce94a7bc9341a4943c12457f4a419b4c17
libxc: Export xc_core_arch_map_p2m_writable()

This patch firstly change the xc_core_arch_map_p2m() to map the p2m to
be writable, then it export this function.
One notice for this patch is, caller should make sure change the p2m
in flight will not cause trouble.

Signed-off-by: Jiang, Yunhong <yunhong.jiang@intel.com>
tools/libxc/xc_core.h
tools/libxc/xc_core_x86.c